In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / PdfViewerLayoutMode Enumeration

PdfViewerLayoutMode Enumeration

In This Topic
Specifies the page layout to be used when the document is opened.
Syntax
'Declaration

 

<ComVisibleAttribute(True)>

Public Enum PdfViewerLayoutMode 

   Inherits System.Enum
[ComVisible(true)]

public enum PdfViewerLayoutMode : System.Enum 
public enum PdfViewerLayoutMode = class(System.Enum)
ComVisibleAttribute()

public enum PdfViewerLayoutMode extends System.Enum
[ComVisible(true)]

__value public enum PdfViewerLayoutMode : public System.Enum 
[ComVisible(true)]

public enum class PdfViewerLayoutMode : public System.Enum 
Members
MemberValueDescription
PdfViewerLayoutModeOneColumn1Display the pages in one column.
PdfViewerLayoutModeSinglePage0Display one page at a time.
PdfViewerLayoutModeTwoColumnLeft2Display the pages in two columns, with odd-numbered pages on the left.
PdfViewerLayoutModeTwoColumnRight3Display the pages in two columns, with odd-numbered pages on the right.
PdfViewerLayoutModeTwoPageLeft4(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left.
PdfViewerLayoutModeTwoPageRight5(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfViewerLayoutMode

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace